From 2bd6487e9ae33155213d880bc86b4722ccbd874f Mon Sep 17 00:00:00 2001 From: robertlipe Date: Mon, 9 Jun 2014 17:40:01 +0000 Subject: [PATCH] Pick up missed doc for subrip. --- .../xmldoc/formats/options/subrip-format.xml | 144 ++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 gpsbabel/xmldoc/formats/options/subrip-format.xml diff --git a/gpsbabel/xmldoc/formats/options/subrip-format.xml b/gpsbabel/xmldoc/formats/options/subrip-format.xml new file mode 100644 index 000000000..8510516b2 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/subrip-format.xml @@ -0,0 +1,144 @@ + + Format for output subtitles. + + +Supported format characters for subrip + + + + format char + description + + + + + %s + speed in km/h + + + %e + elevation in meters + + + %t + tiomestamp + + + %l + coordinates + + + %c + pedal cadence + + + %h + heart rate + + + \n + newline + + + +
+ + Default format (used when option isn't specified) is "%s km/h %e m\n%t %l". + Suggested format for bicycle video is "'%s km/h %h ❤\n %e m %c rpm". + + + Format for output subtitles. + + +Supported format characters for subrip + + + + format char + description + + + + + %s + speed in km/h + + + %e + elevation in meters + + + %t + tiomestamp + + + %l + coordinates + + + %c + pedal cadence + + + %h + heart rate + + + \n + newline + + + +
+ + Default format (used when option isn't specified) is "%s km/h %e m\n%t %l". + Suggested format for bicycle video is "'%s km/h %h ❤\n %e m %c rpm". + + + Format for output subtitles. + + +Supported format characters for subrip + + + + format char + description + + + + + %s + speed in km/h + + + %e + elevation in meters + + + %t + tiomestamp + + + %l + coordinates + + + %c + pedal cadence + + + %h + heart rate + + + \n + newline + + + +
+ + Default format (used when option isn't specified) is "%s km/h %e m\n%t %l". + Suggested format for bicycle video is "'%s km/h %h ❤\n %e m %c rpm". + -- 2.30.2